home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2015 August / PC_Format_082015.iso / Pełne wersje / F-Secure FREEDOME VPN 1.0.11 / Freedome.exe / basic.ini next >
Text File  |  2015-04-13  |  5KB  |  82 lines

  1. ; Collects generic Windows information - no product specific content here
  2.  
  3. set DrWatsonDefaultLogFilePath filepath "%COMMON_APPDATA%\Microsoft\Dr Watson"
  4. set DrWatsonDefaultCrashDumpFile filepath "%DrWatsonDefaultLogFilePath%\user.dmp"
  5. set DrWatsonLogFilePath registry "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DrWatson\LogFilePath"
  6. set DrWatsonCrashDumpFile registry "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DrWatson\CrashDumpFile"
  7.  
  8. ; Basic information
  9. builtin set basic\set.log
  10. builtin OSVersion basic\osver.log
  11. builtin hardware basic\hardware.log
  12.  
  13. ; Event logs
  14. builtin eventlog application win\eventlog\application.evt
  15. builtin eventlog system win\eventlog\system.evt
  16. builtin eventlog security win\eventlog\security.evt
  17.  
  18. ; Crash dumps from system
  19. "%DrWatsonDefaultLogFilePath%\*.log" crash\default\
  20. "%DrWatsonLogFilePath%\*.log" crash\
  21. "%DrWatsonDefaultCrashDumpFile%" crash\default\user.dmp
  22. "%DrWatsonCrashDumpFile%" crash\user.dmp
  23. "%WINDOWS%\Minidump\*.dmp" crash\vistadumps\
  24.  
  25. ; Network info
  26. registry "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\NetworkCards\" network\nic.log
  27. run "%SYSTEM32%\ipconfig.exe" "/all" network\ipconfig.log timeout=20
  28. run "%SYSTEM32%\netstat.exe" "-an" network\netstat.log timeout=10
  29. run "%SYSTEM32%\nslookup.exe" "www.f-secure.com" network\nslookup.log timeout=20
  30. run "%SYSTEM32%\route.exe" "print" network\route.log timeout=10
  31. run "%SYSTEM32%\ping.exe" "www.f-secure.com" network\ping.log timeout=15
  32. run "%SYSTEM32%\ping.exe" "download.sp.f-secure.com" network\ping_download_sp.log timeout=15
  33. run "%SYSTEM32%\net.exe" "use" network\netuse.log timeout=10
  34. run "%SYSTEM32%\net.exe" "start" network\netstart.log timeout=10
  35. "%SYSTEM32%\drivers\etc\hosts" win\hosts
  36.  
  37. ; all services
  38. registry "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services" win\registry\reg_services.log
  39.  
  40. ; startup programs
  41. registry "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" win\registry\reg_run.log
  42. registry "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices" win\registry\reg_runservices.log
  43. registry "HKEY_LOCAL_MACHINE\software\Microsoft\Windows\CurrentVersion\App Paths" win\registry\reg_apppaths.log
  44. registry "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run" win\registry\reg_startupapproved.log
  45.  
  46. ; pending rename operations
  47. registry "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\FileRenameOperations" win\registry\reg_rename.log
  48. registry "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations" win\registry\reg_pending_rename.log
  49. "%WINDOWS%\Logs\CBS\cbs.log" win\cbs.log
  50.  
  51. ; uninstall information
  52. registry "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" win\registry\reg_uninst.log
  53.  
  54. ; Special paths
  55. registry "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" win\registry\reg_shell_folders.log
  56. registry "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" win\registry\reg_user_shell_folders.log
  57. registry "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment" win\registry\reg_environment.log
  58.  
  59. ; IE version information
  60. registry "HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer" win\iexplore\reg_ie.log
  61. registry "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings" win\iexplore\reg_hklm_internet_settings.log
  62. registry "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" win\iexplore\reg_hkcu_internet_settings.log
  63.  
  64. ; active and inactive drivers (running services visible in netstart.log)
  65. run "%SYSTEM32%\sc.exe" "query type= driver" win\drivers_active.log
  66. run "%SYSTEM32%\sc.exe" "query type= driver state= inactive" win\drivers_inactive.log
  67.  
  68. ; MSI upgradecodes
  69. registry "HKEY_CLASSES_ROOT\Installer\UpgradeCodes" win\msi\upgradecodes_hkcr.log
  70. registry "HKEY_LOCAL_MACHINE\Software\Classes\Installer\UpgradeCodes" win\msi\upgradecodes_classes.log
  71. registry "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes" win\msi\upgradecodes.log
  72.  
  73. ; MSI Products
  74. registry "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18" win\msi\products.log
  75.  
  76. ; F-Secure Generic data
  77. registry "HKEY_LOCAL_MACHINE\SOFTWARE\F-Secure" f-secure\reg_fs.log
  78. registry "HKEY_LOCAL_MACHINE\SOFTWARE\Data Fellows" f-secure\reg_df.log
  79.  
  80. list "%COMMON_APPDATA%\F-Secure" f-secure\filelist-programdata.txt recursive
  81. "%COMMON_APPDATA%\F-Secure\Logs\" f-secure\logs\ recursive
  82.